home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0086 / 484.txt < prev    next >
Text File  |  1997-04-16  |  11KB  |  252 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Fri, 27 Apr 90       Volume 90 : Issue  484
  4.  
  5. Today's Topics:
  6.                      Advice to Spectre GCR owners
  7.                       An Apology to Word Perfect
  8.                             Application(s)
  9.                             Btrieve clone
  10.                          Clearing the screen
  11.               Disassembling TOS and documentation issues
  12.                           Hitchhikers Guide
  13.                                 rexexp
  14. ----------------------------------------------------------------------
  15.  
  16. Date: 27 Apr 90 22:27:52 GMT
  17. From: usc!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!cs325ec@ucsd.edu
  18.  (Gregory Lemperle-Kerr)
  19. Subject: Advice to Spectre GCR owners
  20. Message-ID: <1990Apr27.222752.26441@ux1.cso.uiuc.edu>
  21.  
  22. I've used shutdown for a year and never ever had any problems with anything...
  23. Am I just lucky?  or does 6.04 do something different than the system stuff
  24. when Dave wrote the manual?
  25.  
  26. -- Greg
  27.  
  28. ------------------------------
  29.  
  30. Date: 27 Apr 90 16:40:39 GMT
  31. From:
  32.  sdd.hp.com!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!haven!apl
  33.  cen!jhunix!rick@ucsd.edu  (Eric Ruck)
  34. Subject: An Apology to Word Perfect
  35. Message-ID: <5078@jhunix.HCF.JHU.EDU>
  36.  
  37. In article <5873.263811fd@uwovax.uwo.ca> 35002_3025@uwovax.uwo.ca writes:
  38. >In article <879@ncs.dnd.ca>, balkwill@ncs.dnd.ca (R. J. Balkwill) writes:
  39. >
  40. >> Now if only the price were to come down a little...
  41. >> ---
  42. >> Bob
  43. >
  44. >       There should be a student price on Word Perfect at about $200...
  45. >
  46. >--
  47. >Kevin-john Conway
  48.  
  49. I thought that the student price on WP is either $89 or $99.  Better to call
  50. the company.
  51.  
  52. ------------------------------
  53.  
  54. Date: 27 Apr 90 20:54:37 GMT
  55. From: agate!stew.ssl.berkeley.edu!ericco@ucbvax.Berkeley.EDU
  56. Subject: Application(s)
  57. Message-ID: <1990Apr27.205437.21807@agate.berkeley.edu>
  58.  
  59. I bought my 1040ST to hack with.  But I'm currently working on a
  60. business application.  I simply don't have the time to write the code
  61. from scratch.  I've HEARD (here) that the ST is capable of running
  62. business applications.  If so, is there software available to do the
  63. following:
  64.  
  65.         o  Form entry.  Typical in database applications.  Allows a
  66.         novice user to enter/edit a record in the database using a
  67.         full screen format.
  68.  
  69.         o  Computation.  Each entry in the database requires some
  70.         computations.  The computations are simple, but require
  71.         sqrt(), tan(), pow() type functions.
  72.  
  73.         o  Form letter.  Using entries in the database, generate a form
  74.         letter.  This letter will contain numeric values based on the
  75.         entries in the database.  The ideal software will allow graphics
  76.         to be inserted in the form letter.
  77.  
  78. I don't think that there is the slightest chance in the world that
  79. such a piece of software exists.  I would be pleased if I could find a
  80. group of programs that handle this functionality.  I don't think that
  81. this is an unreasonable business aplication.  If the ST and Atari are
  82. serious about business users I think that this type of system should
  83. be relevently simple to buy and install.
  84.  
  85. Thank in advance,
  86. Eric
  87.  
  88.  
  89. Eric
  90. ericco@ssl.berkeley.edu
  91.  
  92. ------------------------------
  93.  
  94. Date: 26 Apr 90 16:22:30 GMT
  95. From:
  96.  cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflo
  97.  rida!haven!aplcen!wb3ffv!ka3ovk!irscscm!mlake@tut.cis.ohio-state.edu  (Marshall
  98.  Lake)
  99. Subject: Btrieve clone
  100. Message-ID: <1990Apr26.162230.7932@irscscm>
  101.  
  102. What is the closest thing on the Atari ST to Btrieve (an engine to
  103. access indexed sequential files) on the IBM?
  104.  
  105. Marshall Lake
  106. mlake@irscscm.UUCP
  107.  
  108. ------------------------------
  109.  
  110. Date: 27 Apr 90 19:41:36 GMT
  111. From: xanth!austin@mcnc.org  (Jason C Austin)
  112. Subject: Clearing the screen
  113. Message-ID: <12348@xanth.cs.odu.edu>
  114.  
  115. In article <9004270923.AA02427@ucbvax.Berkeley.EDU> CPIAZZA@UMES.UMD.EDU writes:
  116. >I have a question that probably has been aswered before, but since I
  117. >didn't see it before I'll ask anyway. My problem is this: I'm trying to
  118. >write a GEM application using the AES and VDI routines. The AES manual
  119. >states that after a dialog or alert box has been interacted with and closed,
  120. >the appliction must respond to a WM_REDRAW message from the event handler.
  121. >The AES manual goes on to say that this may be done by "...a series of
  122. >VDI calls."
  123. >
  124. >Well, I can get the WM_REDRAW message from the event handler ok, but how
  125. >in the world do you redraw the screen. From playing around I gather it
  126. >has something to do with the rectangle list and some raster operations.
  127. >I think I understand how to get the rectangle list...but what about the
  128. >raster ops?? Anyone know?? I'd prefer if you sent mail (with examples
  129. >if possible) directly to me at CPIAZZA@UMES.BITNET
  130. >
  131. >    Thanks much!
  132.  
  133.         The way you update each window is completely up to your
  134. application.  You need to somehow store the data that is in each
  135. window and be able to redraw the entirety of each window at any time.
  136. Basically, GEM sends back a list of rectangles that need to be
  137. redrawn, and you need to find which of your windows those rectangles
  138. overlap and redraw the overlaped section.  One easy way to do this is
  139. to find the overlap section for a window, set the clipping rectangle
  140. to this area, and then redraw the entire window.  Do this for each
  141. rectangle GEM sends you for each window you have open.  The window
  142. bars and the background are redrawn automatically.
  143. --
  144. Jason C. Austin
  145. austin@cs.odu.edu
  146.  
  147. ------------------------------
  148.  
  149. Date: 27 Apr 90 21:14:50 GMT
  150. From: portal!atari!apratt@apple.com  (Allan Pratt)
  151. Subject: Disassembling TOS and documentation issues
  152. Message-ID: <2179@atari.UUCP>
  153.  
  154. I wrote that you had to become a developer to get technical information
  155. on the STe.  While that may or may not be true, some people have asked
  156. why they have to shell out more money just to write programs that
  157. take advantage of the new hardware.
  158.  
  159. What you get when you pay for the STe is the machine and the customer-
  160. level support that Atari gives.  That's what the person who buys a car
  161. gets.  He doesn't get the maintenance manual, the engineering drawings,
  162. the designer's notes, or the tools for repairing or improving it.  That
  163. price point is for users, not necessarily programmers.
  164.  
  165. What you get when you pay for the developer's kit is the MUCH HIGHER
  166. level of support that Atari gives to people who are going to write
  167. programs that (presumably) will help sell ST's -- this is known as
  168. "enlightened self-interest."  I see what you want: an intermediate
  169. step, at a lower cost, which would give you some technical information
  170. about the machine.  In return for the lower cost you would give up the
  171. support we offer (which is to say, the right to ask people like me hard
  172. questions).  I don't know, but some subsidiaries might offer that:
  173. documentation without support, at a lower cost.
  174.  
  175. Personally, I think that is dangerous, because it gives people
  176. "a little knowledge, and a little knowledge is a dangerous thing."
  177. You end up with people who ONLY know technical things, and the result
  178. is programs which are impolite to the system and make upgrades and
  179. compatibility the nightmare it is.
  180.  
  181. If you have a gripe about the level of support you get for your money,
  182. that's legitimate.  You should complain to the president of the
  183. subsidiary you're dealing with, or to Charles Cherry, who is the
  184. Developer Coordinator for Atari headquarters.  You can even write Sam
  185. Tramiel.  If you do, try to be brief and specific, but not technical,
  186. about your problems, and name names.  If you just write and whine
  187. you're wasting your time and his.
  188.  
  189. I don't make decisions, so those are just my personal beliefs.  Nobody
  190. comes to my office, taking notes, asking, "What levels of support
  191. should we offer, and how much should we charge?" They don't do that
  192. here in the US, much less in other countries, where we have
  193. independent, wholly-owned subsidiaries. We throw machines and
  194. documentation at them, and they do what they like with them.  (There is
  195. feedback the other way, of course, but that's the basic picture.)
  196.  
  197. ============================================
  198. Opinions expressed above do not necessarily     -- Allan Pratt, Atari Corp.
  199. reflect those of Atari Corp. or anyone else.      ...ames!atari!apratt
  200.  
  201. ------------------------------
  202.  
  203. Date: 27 Apr 90 20:32:48 GMT
  204. From:
  205.  zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!metro!bunyip!moondance!uqcspe.c
  206.  s.uq.oz.au!marshall@tut.cis.ohio-state.edu  (Marshall Harris)
  207. Subject: Hitchhikers Guide
  208. Message-ID: <3432@moondance.cs.uq.oz.au>
  209.  
  210. In article <7632@ists.ists.ca> os9paul@gkcl.UUCP (Paul Good) writes:
  211. >
  212. >I have been trying to locate a copy of The Hitchhikers Guide to the Bios for
  213. >some time without success.  Would anyone who knows where I might obtain a
  214. >copy please email details to me?  Thanks in advance.
  215. >
  216. >Paul Good   INTERNET: os9paul@gkcl.ists.ca   UUCP: ists!gkcl.ists.ca!os9paul
  217. Maybe someone could post where to get it. Also, where can Pexec Cookbook be
  218. obtained? Thanks.
  219. -----------------------------------------------------------------------------
  220. Internet/CSnet:     marshall@uqcspe.cs.uq.oz.au || Dept.of Computer Science
  221. JANET:    marshall%uqcspe.cs.uq.oz.au@uk.ac.ukc || University of Queensland
  222. EAN:                marshall@uqcspe.cs.uq.oz.au || St Lucia, Queensland 4067
  223. Bitnet:marshall%uqcspe.cs.uq.oz.au@uunet.uu.net || Australia
  224. UUCP: uunet!munnari!uqcspe.cs.uq.oz.au!marshall || ph:+61 7 377 2909
  225. JUNET:              marshall@uqcspe.cs.uq.oz.au || fax:+61 7 371 0783
  226.  
  227. ------------------------------
  228.  
  229. Date: 27 Apr 90 02:17:00 GMT
  230. From:
  231.  sdd.hp.com!cs.utexas.edu!news-server.csri.toronto.edu!torsqnt!tmsoft!masnet!can
  232.  remote!david.megginson@ucsd.edu  (DAVID MEGGINSON)
  233. Subject: rexexp
  234. Message-ID: <944fd8f9fff02637654c@canremote.uucp>
  235.  
  236. In a July issue of Dr Dobbs (1988? 1989?) there was an awk-like library
  237. for C which included full regular expression parsing. Trust me, you do
  238. not want regexp(S) from Unix -- it is UGLY! If you don't want to type in
  239. the code from Dr. Dobbs, you may order a disk from them.
  240.  
  241.  
  242.  
  243. David Megginson
  244. BITNET: meggin@vm.epas.utoronto.ca
  245. ---
  246.  * Via ProDoor 3.1R
  247.  
  248. ------------------------------
  249.  
  250. End of INFO-ATARI16 Digest V90 Issue #484
  251. *****************************************
  252.